home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / interactive < prev    next >
Text File  |  2001-04-06  |  333b  |  12 lines

  1. SYNOPSIS
  2.         int interactive(object ob)
  3.  
  4. DESCRIPTION
  5.         Return non-zero if ob, or when the argument is omitted, this
  6.         object(), is an interactive user. Will return 1 if the
  7.         object is interactive, else 0.
  8.  
  9. SEE ALSO
  10.         query_once_interactive(E), query_ip_number(E),
  11.         query_ip_name(E), query_idle(E)
  12.